home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / print / cramv33.arj / CRAM.HST < prev    next >
Text File  |  1993-08-02  |  6KB  |  139 lines

  1.  
  2.  
  3.         VERSION 3.3
  4.         -------------------------
  5.         o  Corrected behavior of '/WHITE' command-line option when used
  6.            with either '/DUAL' or '/ODD' options.  Whitespace will appear
  7.            about the gutter when specified with these two options.  That
  8.            is whitespace is on the left on odd-numbered pages and on the
  9.            right on even-numbered pages.
  10.  
  11.         o  Minor code changes to support move to BORLAND C++ 3.1 compiler.
  12.            NO, it is still not C++ code!
  13.  
  14.         VERSION 3.2
  15.         -------------------------
  16.         o  Renamed the '/ANALYZE' command-line switch to '/TEST' which
  17.            seems to make a whole lot more sense.  Version 3.1 never hit
  18.            the streets so this couldn't affect anyone.
  19.  
  20.         VERSION 3.1
  21.         -------------------------
  22.         o  Added the '/ANALYZE' command-line switch.  This switch
  23.            cause CRAM to report an input file analysis as if it
  24.            was actually processing output CRAM files.  This is useful
  25.            if you wish to test the given command-line switches without
  26.            actually generating the output files.  This switch reports:
  27.            number of formfeeds found, number of CRAMmed pages that would
  28.            be generated, longest page (from formfeed to formfeed or EOF)
  29.            in the input file, and the longest line in the input file.
  30.  
  31.         VERSION 3.0
  32.         -------------------------
  33.         o  Added complete support of HP LASERJET printers.  A six-point
  34.            softfont is provided for use.  The font provided is my own
  35.            creation.  It loads itself into HP font number 1006 (it's a
  36.            six point font, get it!). Simply issue the following command
  37.            to load the font.
  38.  
  39.                 COPY CRAM.SFT/B PRN
  40.  
  41.         o  CRAM command-line options may now be set via the DOS
  42.            environment variable, 'CRAM'.  For example, the following
  43.            line placed in your AUTOEXEC.BAT file will configure CRAM
  44.            to respect formfeeds and generate output for the HPLJ.
  45.  
  46.                 SET CRAM=/HPLJ/FF
  47.  
  48.            Any option can be specified in the environment variable.
  49.  
  50.         o  An output filename is no longer required.  The resultant
  51.            output file will have the same input filename with the
  52.            extension '.CRM'.  The exception is when odd/even or dual
  53.            page support is requested.
  54.  
  55.         o  Added support for automatic odd/even page generation.  This
  56.            feature will automatically generate odd and even pages into
  57.            separate output files.  For example, the following command
  58.            line would produce two-sided output.
  59.  
  60.                 CRAM CRAM.C /DUAL
  61.  
  62.            This generates odd pages in CRAM.ODD and even pages in CRAM.EVN.
  63.            Each can be separately printed then.
  64.  
  65.         o  Added support for odd/even page generation.  This feature
  66.            effectively provides two-sided operation for printers that
  67.            do not provide the functionality.  For example, the following
  68.            command lines would produce two-sided output.
  69.  
  70.                 CRAM CRAM.C CRAM.ODD /ODD
  71.                 CRAM CRAM.C CRAM.EVN /EVEN
  72.                 PRINT CRAM.ODD
  73.                 ... turn paper over
  74.                 PRINT CRAM.EVEN
  75.  
  76.         VERSION 2.2
  77.         -------------------------
  78.  
  79.         o  Added some default support for LJ printers.  Prior to this
  80.            release, CRAM.DAT had to be used.  While not totally
  81.            transparent yet, the hooks are there for someone if they
  82.            would need to modify the code.
  83.  
  84.         o  Minor code changes to support move to BORLAND C++ compiler.
  85.            NO, it is not C++ code!
  86.  
  87.         VERSION 2.1
  88.         -------------------------
  89.  
  90.         o  Removed the redundant '/RIGHT' command-line switch.  If you
  91.            want one column then specify '/COL=1'.
  92.  
  93.         o  Added the '/WHITE=N' command-line switch.  This switch specifies
  94.            the amount of white space that appears at the beginning of each
  95.            line.  This, of course, reduces the numbers of input characters
  96.            that may be displayed.
  97.  
  98.  
  99.         VERSION 2.0
  100.         -------------------------
  101.  
  102.         o  Added >2 column capability.  CRAM will now format for upto
  103.            ten columns of display output.   This will help those of you
  104.            that already use other COLUMN programs to format narrow items
  105.            like address lists for processing by CRAM.
  106.  
  107.         o  The '/MAX' command-line argument which used to switch to ELITE
  108.            formatting has been deleted since that is the now the default.
  109.            To get the old default (the print size is slightly larger but
  110.            you get less characters/line), the new command-line argument
  111.            '/LARGE' has been added.
  112.  
  113.         o  The proverbial CODE CLEANUP.
  114.  
  115.  
  116.         VERSION 1.2
  117.         -------------------------
  118.  
  119.         o  First cut at greater than two column formatting.  I got
  120.            tired of using other COLUMN programs then feeding the
  121.            output to CRAM.  I needed to print >2 columns on ocassion
  122.            and it looked pretty easy to implement, so this internal
  123.            version was born to support the effort.
  124.  
  125.  
  126.         VERSION 1.1
  127.         -------------------------
  128.  
  129.         o  Added ELITE printing to existing PICA capability; with the
  130.            new '/MAX' command-line switch, 158 chars could be printed
  131.            on an 8½ X 11 page versus the old 136 characters.
  132.  
  133.  
  134.         VERSION 1.0
  135.         -------------------------
  136.  
  137.         o  Initial Release!
  138.  
  139.